home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / reporter / summrpt1.dfm / summrpt1.txt
Encoding:
Text File  |  1996-09-15  |  841 b   |  44 lines

  1. object Form1: TForm1
  2.   Left = 272
  3.   Top = 124
  4.   Width = 317
  5.   Height = 106
  6.   Caption = 'Sample Group/Summary Report'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 110
  16.     Top = 8
  17.     Width = 89
  18.     Height = 33
  19.     Caption = 'Run It!'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Table1: TTable
  24.     DatabaseName = 'DBDEMOS'
  25.     TableName = 'CUSTOMER.DB'
  26.     Left = 16
  27.     Top = 8
  28.   end
  29.   object Table2: TTable
  30.     DatabaseName = 'DBDEMOS'
  31.     IndexFieldNames = 'CustNo'
  32.     MasterFields = 'CustNo'
  33.     MasterSource = DataSource1
  34.     TableName = 'ORDERS.DB'
  35.     Left = 16
  36.     Top = 40
  37.   end
  38.   object DataSource1: TDataSource
  39.     DataSet = Table1
  40.     Left = 48
  41.     Top = 8
  42.   end
  43. end
  44.